home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / program / assembly / trashed1.lzh / trashEd1.0 / popTrashEd.rexx < prev    next >
OS/2 REXX Batch file  |  1995-10-06  |  103b  |  7 lines

  1. /* Pop FrexxEd and activate source file */
  2.  
  3. ADDRESS 'FREXXED.1'
  4. 'WindowToFront();
  5.  activateSource();'
  6.  
  7.